home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2007 September / PCWSEP07.iso / Software / Linux / Linux Mint 3.0 Light / LinuxMint-3.0-Light.iso / casper / filesystem.squashfs / etc / acpi / suspend.d / 85-alsa-state.sh < prev    next >
Encoding:
Linux/UNIX/POSIX Shell Script  |  2006-10-15  |  106 b   |  8 lines

  1. #!/bin/sh
  2.  
  3. # Save the ALSA state
  4. if [ -x /etc/init.d/alsa-utils ]; then
  5.   /etc/init.d/alsa-utils stop
  6. fi
  7.  
  8.